From: Chong Yidong Date: Sun, 8 Apr 2007 13:57:27 +0000 (+0000) Subject: (Rmail Scrolling): Document rmail-end-of-message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1019 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ddb4d7e420e2edb7552e2be3d54c9216fafd982e;p=emacs.git (Rmail Scrolling): Document rmail-end-of-message. --- diff --git a/man/rmail.texi b/man/rmail.texi index 2e766ab5ec0..16ecfee9015 100644 --- a/man/rmail.texi +++ b/man/rmail.texi @@ -107,6 +107,8 @@ Scroll forward (@code{scroll-up}). Scroll backward (@code{scroll-down}). @item . Scroll to start of message (@code{rmail-beginning-of-message}). +@item / +Scroll to end of message (@code{rmail-end-of-message}). @end table @kindex SPC @r{(Rmail)} @@ -116,11 +118,15 @@ through it by screenfuls, Rmail makes @key{SPC} and @key{DEL} synonyms of @kbd{C-v} (@code{scroll-up}) and @kbd{M-v} (@code{scroll-down}) @kindex . @r{(Rmail)} +@kindex / @r{(Rmail)} @findex rmail-beginning-of-message +@findex rmail-end-of-message The command @kbd{.} (@code{rmail-beginning-of-message}) scrolls back to the beginning of the selected message. This is not quite the same as @kbd{M-<}: for one thing, it does not set the mark; for another, it resets the buffer -boundaries to the current message if you have changed them. +boundaries to the current message if you have changed them. Similarly, +the command @kbd{/} (@code{rmail-end-of-message}) scrolls forward to the end +of the selected message. @node Rmail Motion @section Moving Among Messages